home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / 2_cool_f.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  129b  |  7 lines

  1. on(release){
  2.    var hairCol = 6;
  3.    hair_main.hair.gotoAndStop(6);
  4.    var hairThumbCol = 6;
  5.    hair.hair.gotoAndStop(6);
  6. }
  7.